home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 29 / PC Gamer IT CD 29 2-2.iso / planecr / data.z / makefets.bat < prev    next >
DOS Batch File  |  1997-12-19  |  302b  |  11 lines

  1.  
  2. cd textures
  3. del *.fet
  4. texconv -ippm -mask*.ppm -min8 -max8
  5. texconv -ippm\planes -mask*.ppm -min8 -max8
  6. texconv -ippm\fx\fire -mask*.ppm -min8 -max8
  7. texconv -ippm\fx\smoke -mask*.ppm -min8 -max8
  8. texconv -ippm\fx\star -mask*.ppm -min8 -max8
  9. texconv -ippm\fx\water -mask*.ppm -min8 -max8
  10. cd ..
  11.